From b5035c5d30e2fe4a1db9ecf896844e616e6f77e3 Mon Sep 17 00:00:00 2001 From: Drew Parsons Date: Tue, 23 Jun 2026 09:18:57 +0200 Subject: [PATCH] debian/tests: #include in tests using std::cout --- debian/changelog | 1 + debian/tests/buildBoolean | 2 ++ debian/tests/buildDistance | 2 ++ debian/tests/buildVTU | 2 ++ 4 files changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index 311fae6f9..4753a576e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ vtk9 (9.6.2+dfsg1-1exp2) UNRELEASED; urgency=medium * install viskores.pc to libvtk9-dev conditionally: viskores does not build on 32-bit arches + * debian/tests: #include in tests using std::cout -- Drew Parsons Mon, 22 Jun 2026 14:50:30 +0200 diff --git a/debian/tests/buildBoolean b/debian/tests/buildBoolean index 5f9f56202..7ac0c85ad 100755 --- a/debian/tests/buildBoolean +++ b/debian/tests/buildBoolean @@ -24,6 +24,8 @@ install(TARGETS demo DESTINATION bin) EOF cat < demo.cpp +#include + #include #include diff --git a/debian/tests/buildDistance b/debian/tests/buildDistance index 04a153e92..de8138974 100755 --- a/debian/tests/buildDistance +++ b/debian/tests/buildDistance @@ -23,6 +23,8 @@ install(TARGETS demo DESTINATION bin) EOF cat < demo.cpp +#include + #include int main(int, char *[]) diff --git a/debian/tests/buildVTU b/debian/tests/buildVTU index 4b3c27195..e2822f3ed 100755 --- a/debian/tests/buildVTU +++ b/debian/tests/buildVTU @@ -23,6 +23,8 @@ install(TARGETS demo DESTINATION bin) EOF cat < demo.cpp +#include + #include #include #include -- 2.30.2